Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.core.transient.store.config

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.transient.store.config">

  
  <extension target="org.nuxeo.ecm.core.transientstore.TransientStorageComponent"
    point="store">

    <store name="default" class="org.nuxeo.ecm.core.transientstore.SimpleTransientStore">
      <targetMaxSizeMB>-1</targetMaxSizeMB>
      <absoluteMaxSizeMB>-1</absoluteMaxSizeMB>
      <firstLevelTTL>240</firstLevelTTL>
      <secondLevelTTL>10</secondLevelTTL>
      <minimalRetention>10</minimalRetention>
    </store>

    <store name="authorizationRequestStore" class="org.nuxeo.ecm.core.transientstore.SimpleTransientStore">
      <targetMaxSizeMB>-1</targetMaxSizeMB>
      <absoluteMaxSizeMB>-1</absoluteMaxSizeMB>
      <firstLevelTTL>10</firstLevelTTL>
      <secondLevelTTL>0</secondLevelTTL>
    </store>

  </extension>

</component>